From: umherirrender Date: Thu, 27 Aug 2015 19:03:32 +0000 (+0200) Subject: Fix spaces in MigrateFileRepoLayoutTest::tearDown X-Git-Tag: 1.31.0-rc.0~10239^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=37543eed0cfc5f849a4546e9aba416c931323c33;p=lhc%2Fweb%2Fwiklou.git Fix spaces in MigrateFileRepoLayoutTest::tearDown Use tabs for indent Change-Id: I021b7ff41be23e46fe49dc552e697c7b8f78622e --- diff --git a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php index 65db7e4963..551d3a7661 100644 --- a/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php +++ b/tests/phpunit/includes/filerepo/MigrateFileRepoLayoutTest.php @@ -75,11 +75,11 @@ class MigrateFileRepoLayoutTest extends MediaWikiTestCase { } protected function tearDown() { - foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) { - $this->deleteFilesRecursively( $directory ); - } + foreach ( glob( $this->tmpPrefix . '*' ) as $directory ) { + $this->deleteFilesRecursively( $directory ); + } - unlink( $this->tmpFilepath ); + unlink( $this->tmpFilepath ); parent::tearDown(); }